date_date_of

返回给出日期时间值的日期部分(年月日)。

语法:

date_date_of(date);


参数 描述
date The datetime to extract the date from.


返回: Real(实数)


描述

返回给出日期时间值的日期部分(年月日)。


例如:

today = date_date_of(date_current_datetime());

上述代码将会只返回当前时间的日期部分并将它存储在变量"today"中。


上一页: Date And Time
下一页: date_date_string
© Copyright YoYo Games Ltd. 2018 All Rights Reserved